Pelles C
Pelles C is a lightweight freeware integrated development environment for Windows and Pocket PC programming in the C language built and maintained by Pelle Orinius, featuring[1]:
- Integrated source code editor with Win32 API call tips, and auto indenting.
- Integrated hex-dump, resource, bitmap, icon, and cursor editors.
- Integrated source-level debugger.
- Project management.
- Inline MASM-compatible assembler (POASM) with Intel syntax and linker (POLINK).
- Support for delayed loading of DLLs, most C99 features, and Pocket PC.
- Fully customizable keyboard actions and syntax highlighting.
- Very lightweight.
The compiler is built on a modified version of LCC[1]. As of version 5.00, Pelles C supports 64-bit.
References
External links